ComponentOne Bitmap for UWP
ComputeArea(Nullable<Matrix3x2>,Single) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > ComputeArea Method : ComputeArea(Nullable<Matrix3x2>,Single) Method
HRESULT ID2D1Geometry::ComputeArea([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] float* area)
Syntax
'Declaration
 
Public Overloads Function ComputeArea( _
   ByVal worldTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single _
) As System.Single
public System.float ComputeArea( 
   System.Nullable<Matrix3x2> worldTransform,
   System.float flatteningTolerance
)

Parameters

worldTransform
flatteningTolerance
See Also

Reference

Geometry Class
Geometry Members
Overload List